Get WatchList
Request to be POSTed to uri : /NorenWClientTP/MarketWatch
Request Details :
Parameter Name | Possible value | Description |
---|---|---|
jData* | Should send json object with fields in below list | |
jKey* | Key Obtained on login success. |
Json Fields | Possible value | Description |
---|---|---|
uid* | Logged in User Id | |
wlname* | Name of the Watchlist, for which scrip list is required. |
Response Details :
Response data will be in json format with below fields.
Json Fields | Possible value | Description |
---|---|---|
stat | Ok or Not_Ok | Market watch success or failure indication. |
values | Array of json objects. (object fields given in below table) | |
request_time | It will be present only in a successful response. | |
emsg | This will be present only in case of errors. That is : 1) Invalid Input : Invalid WatchList Name 2) Session Expired |
Sample Success Response :
{
"request_time": "12:34:52 21-05-2020",
"values": [
"default",
"WL"
],
"stat": "Ok"
}
Sample Failure Response :
{
"stat": "Not_Ok",
"emsg": "Session Expired : Invalid Session Key"
}